1 : Unpack and upload the files into the folder : /plugins/inc/

2 : Go into the administration panel, then the tab "Plugins", click the name of the new plugin, and at bottom of the plugin properties, select "Install all".

3 : Create a new folder : /datas/inc/


How to use this plugin :

Put one (or more) standalone PHP script the folder /datas/inc/ (sample:myscript.php), then call the script with this URL :

plug.php?e=inc&f=myscript

Optionally you can add a title for the standalone page, add a line somewhere in your PHP script :

$plugin_title = "My title";